home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / bbs / g3wcs206 / changes.wcs < prev    next >
Text File  |  1992-10-21  |  5KB  |  160 lines

  1. REV 2.00b
  2. =========
  3. New REQDIR, REQFIL and FNDFIL servers designed to work with FBB V.14d
  4. and later started.  As 5.14d requires access of (up to) eight real or
  5. virtual drives and therefore extensive modifications to my code, I
  6. decided on a complete rewrite (Ver 2.nn). This will include more 
  7. advanced features later on.  The three programs, without additional
  8. features released on beta test to a number of GB7 stations.  This
  9. is mainly to prove the new drive/directory structure.
  10.  
  11. 1st July 1992
  12.  
  13.  
  14.  
  15. REV 2.01b
  16. =========
  17. All three server facilities now extended to provide the following
  18. facilities :-
  19.  
  20. 1.  Optional "Downloaded from GB7$$$" at end of REQFIL reply.
  21. 2.  If a reply to a REQFIL message exceeds approx 4Kb, the replies
  22.     are broken into seperate messages.
  23. 3.  The reply to REQDIR, REQFIL and FNDFIL requests show all user
  24.     accessable drives. (eg. C:\ D:\ F:\).
  25. 4.  SysOp configurable text may be sent with each reply, to assist
  26.     with user error or just general help.  This facility uses
  27.     standard ASCII files which are read by the servers.  If a file
  28.     does not exist the default text contained within the program
  29.     will be sent.
  30. 5.  The FBB labels may be included in a REQDIR listing.  This 
  31.     facility is completely SysOp configurable.  Labels may be
  32.     supressed for a particular directory, even if they do exist.
  33.     Please see the SysOp document for full details.
  34.  
  35. Released for beta test.
  36.  
  37. 8th July 1992
  38.  
  39.  
  40. REV 2.02
  41. ========
  42. General release version.
  43.  
  44. Problem with reading labels fixed.
  45.  
  46. Reply message splitting now extended to REQDIR as well as REQFIL.  
  47. The parameters are to split reply messages if messages with directory
  48. labels exceed 80 files and those without labels exceed 112 files.
  49.  
  50. One further SysOp configurable text now allowed.  This is text to
  51. replace the :-
  52.  
  53. Best 73,
  54.  
  55. Name Callsign
  56. SysOp BBS.
  57.  
  58. The file is called SALUT.SYS
  59.  
  60.  
  61. 13/07/92
  62.  
  63.  
  64. REV 2.02a
  65. =========
  66. Applies to REQDIR server only. REQFIL and FNDFIL are still V2.02.
  67. Problem found when reading very long YAPPLBL.SYS in that labels
  68. would not be sent.  Hopefully all is now well.
  69.  
  70. When reading a very long YAPPLBL.SYS the server takes longer to
  71. complete than I would like.  This is because all access is from disk
  72. not memory, to keep down the server memory overhead.  I hope to
  73. improve on this by recoding in a later version.
  74.  
  75.  
  76. 22/07/92
  77.  
  78.  
  79. REV 2.03
  80. ========
  81. There was a chance that a crafty user could "back-step" from your users
  82. area to another directory or even the root, by entering a path such as :-
  83.  
  84. C:\..\..\*.*
  85.  
  86. Such attempts have now been trapped.
  87.  
  88. Please don't make this information available as SysOp's who have not yet
  89. upgraded to V2.03 are still vunerable.
  90.  
  91.  
  92. 02/08/92
  93.  
  94.  
  95. REV 2.04
  96. ========
  97. This version was released only for beta testing, following improvements
  98. listed on REV 2.05 below.
  99.  
  100.  
  101. 01/09/92
  102.  
  103.  
  104.  
  105. REV 2.05
  106. ========
  107. A number of changes.  The REQDIR server should now run much more quickly.
  108. This is achieved by holding some data in memory instead of reading from
  109. disk each time.  This saving is most noticable when using the the label
  110. send facility.  A considerable increase in server speed has been reported
  111. by beta testers.
  112.  
  113. The method of comparing files names and paths with the data held in
  114. YAPPLBL.SYS has been completely rewritten and a couple of minor bugs
  115. hopefully removed at the same time.
  116.  
  117. The drives line in INIT.SRV, which looks something like :-
  118.  
  119. *,*,C:\FBB\USERS\,*,*,*    or   * * C:\FBB\USERS\ * * *
  120.  
  121. could be written either way as shown above.  The server has now been
  122. coded to read in correctly whether spaces or commas are used as
  123. seperators.
  124.  
  125. All three programs, REQDIR, REQFIL and FNDFIL now carry the version
  126. number V 2.05.
  127.  
  128.  
  129. During the course of these changes, I wrote a small program called
  130. EDITLBL.EXE, which will allow manipulation of the file YAPPLBL.SYS.
  131. It will provide a text listing of all files and paths which may
  132. be altered with an ASCII editor.  This file may then be recompiled
  133. back into a new YAPPLBL.SYS.  This program is available for SysOps
  134. as a seperate package.
  135.  
  136.  
  137. 18/09/92
  138. ========
  139.  
  140.  
  141. REV 2.06
  142. ========
  143. A request originating at a BBS which had a short (R:) header, (i.e.
  144. no text after the callsign) e.g. :-
  145.  
  146. R:921021/1010Z @:GB7TOY.#11.GBR.EU
  147.  
  148. rather than :-
  149.  
  150. R:921021/1010Z @:GB7TOY.#11.GBR.EU [Toytown BBS] FBB V514D
  151.  
  152. caused the server reply to place it's title where the first line of
  153. message text should be.  It also placed a < GB7TOY in the title line.
  154. Fixed.
  155.  
  156.  
  157. 21/10/92
  158. ========
  159.  
  160.